home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / Basic / Visual Basic.60 / COMMON / TOOLS / VCM / VCM.MDB / VcmComponentContainer / 23_Cabinet / IMAGE.DSP < prev    next >
Encoding:
MS Developer Studio Project  |  1998-05-18  |  8.2 KB  |  269 lines

  1. # Microsoft Developer Studio Project File - Name="image" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 60000
  3. # ** DO NOT EDIT **
  4.  
  5. # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
  6.  
  7. CFG=image - Win32 Release
  8. !MESSAGE This is not a valid makefile. To build this project using NMAKE,
  9. !MESSAGE use the Export Makefile command and run
  10. !MESSAGE 
  11. !MESSAGE NMAKE /f "image.mak".
  12. !MESSAGE 
  13. !MESSAGE You can specify a configuration when running NMAKE
  14. !MESSAGE by defining the macro CFG on the command line. For example:
  15. !MESSAGE 
  16. !MESSAGE NMAKE /f "image.mak" CFG="image - Win32 Release"
  17. !MESSAGE 
  18. !MESSAGE Possible choices for configuration are:
  19. !MESSAGE 
  20. !MESSAGE "image - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
  21. !MESSAGE "image - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
  22. !MESSAGE "image - Win32 Unicode Debug" (based on "Win32 (x86) Dynamic-Link Library")
  23. !MESSAGE "image - Win32 Unicode Release" (based on "Win32 (x86) Dynamic-Link Library")
  24. !MESSAGE 
  25.  
  26. # Begin Project
  27. # PROP AllowPerConfigDependencies 0
  28. CPP=cl.exe
  29. MTL=midl.exe
  30. RSC=rc.exe
  31.  
  32. !IF  "$(CFG)" == "image - Win32 Release"
  33.  
  34. # PROP BASE Use_MFC 2
  35. # PROP BASE Use_Debug_Libraries 0
  36. # PROP BASE Output_Dir ".\Release"
  37. # PROP BASE Intermediate_Dir ".\Release"
  38. # PROP BASE Target_Ext "ocx"
  39. # PROP BASE Target_Dir ""
  40. # PROP Use_MFC 2
  41. # PROP Use_Debug_Libraries 0
  42. # PROP Output_Dir ".\Release"
  43. # PROP Intermediate_Dir ".\Release"
  44. # PROP Target_Ext "ocx"
  45. # PROP Target_Dir ""
  46. # ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c
  47. # ADD CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /FR /Yu"stdafx.h" /FD /c
  48. # ADD BASE MTL /nologo /D "NDEBUG" /win32
  49. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  50. # ADD BASE RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  51. # ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  52. BSC32=bscmake.exe
  53. # ADD BASE BSC32 /nologo
  54. # ADD BSC32 /nologo
  55. LINK32=link.exe
  56. # ADD BASE LINK32 /nologo /subsystem:windows /dll /machine:I386
  57. # ADD LINK32 /nologo /subsystem:windows /dll /machine:I386
  58. # SUBTRACT LINK32 /debug
  59. # Begin Custom Build - Registering OLE control...
  60. OutDir=.\.\Release
  61. TargetPath=.\Release\image.ocx
  62. InputPath=.\Release\image.ocx
  63. SOURCE=$(InputPath)
  64.  
  65. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  66.     regsvr32 /s /c "$(TargetPath)" 
  67.     echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg" 
  68.     
  69. # End Custom Build
  70.  
  71. !ELSEIF  "$(CFG)" == "image - Win32 Debug"
  72.  
  73. # PROP BASE Use_MFC 2
  74. # PROP BASE Use_Debug_Libraries 1
  75. # PROP BASE Output_Dir ".\Debug"
  76. # PROP BASE Intermediate_Dir ".\Debug"
  77. # PROP BASE Target_Ext "ocx"
  78. # PROP BASE Target_Dir ""
  79. # PROP Use_MFC 2
  80. # PROP Use_Debug_Libraries 1
  81. # PROP Output_Dir ".\Debug"
  82. # PROP Intermediate_Dir ".\Debug"
  83. # PROP Target_Ext "ocx"
  84. # PROP Target_Dir ""
  85. # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c
  86. # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /FR /Yu"stdafx.h" /FD /c
  87. # ADD BASE MTL /nologo /D "_DEBUG" /win32
  88. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  89. # ADD BASE RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  90. # ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  91. BSC32=bscmake.exe
  92. # ADD BASE BSC32 /nologo
  93. # ADD BSC32 /nologo
  94. LINK32=link.exe
  95. # ADD BASE LINK32 /nologo /subsystem:windows /dll /debug /machine:I386
  96. # ADD LINK32 /nologo /subsystem:windows /dll /debug /machine:I386
  97. # Begin Custom Build - Registering OLE control...
  98. OutDir=.\.\Debug
  99. TargetPath=.\Debug\image.ocx
  100. InputPath=.\Debug\image.ocx
  101. SOURCE=$(InputPath)
  102.  
  103. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  104.     regsvr32 /s /c "$(TargetPath)" 
  105.     echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg" 
  106.     
  107. # End Custom Build
  108.  
  109. !ELSEIF  "$(CFG)" == "image - Win32 Unicode Debug"
  110.  
  111. # PROP BASE Use_MFC 2
  112. # PROP BASE Use_Debug_Libraries 1
  113. # PROP BASE Output_Dir ".\DebugU"
  114. # PROP BASE Intermediate_Dir ".\DebugU"
  115. # PROP BASE Target_Ext "ocx"
  116. # PROP BASE Target_Dir ""
  117. # PROP Use_MFC 2
  118. # PROP Use_Debug_Libraries 1
  119. # PROP Output_Dir ".\DebugU"
  120. # PROP Intermediate_Dir ".\DebugU"
  121. # PROP Target_Ext "ocx"
  122. # PROP Target_Dir ""
  123. # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /Yu"stdafx.h" /c
  124. # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_USRDLL" /D "_UNICODE" /FR /Yu"stdafx.h" /FD /c
  125. # ADD BASE MTL /nologo /D "_DEBUG" /win32
  126. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  127. # ADD BASE RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  128. # ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  129. BSC32=bscmake.exe
  130. # ADD BASE BSC32 /nologo
  131. # ADD BSC32 /nologo
  132. LINK32=link.exe
  133. # ADD BASE LINK32 /nologo /subsystem:windows /dll /debug /machine:I386
  134. # ADD LINK32 /nologo /subsystem:windows /dll /debug /machine:I386
  135. # Begin Custom Build - Registering OLE control...
  136. OutDir=.\.\DebugU
  137. TargetPath=.\DebugU\image.ocx
  138. InputPath=.\DebugU\image.ocx
  139. SOURCE=$(InputPath)
  140.  
  141. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  142.     regsvr32 /s /c "$(TargetPath)" 
  143.     echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg" 
  144.     
  145. # End Custom Build
  146.  
  147. !ELSEIF  "$(CFG)" == "image - Win32 Unicode Release"
  148.  
  149. # PROP BASE Use_MFC 2
  150. # PROP BASE Use_Debug_Libraries 0
  151. # PROP BASE Output_Dir ".\ReleaseU"
  152. # PROP BASE Intermediate_Dir ".\ReleaseU"
  153. # PROP BASE Target_Ext "ocx"
  154. # PROP BASE Target_Dir ""
  155. # PROP Use_MFC 2
  156. # PROP Use_Debug_Libraries 0
  157. # PROP Output_Dir ".\ReleaseU"
  158. # PROP Intermediate_Dir ".\ReleaseU"
  159. # PROP Target_Ext "ocx"
  160. # PROP Target_Dir ""
  161. # ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /Yu"stdafx.h" /c
  162. # ADD CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_USRDLL" /D "_UNICODE" /FR /Yu"stdafx.h" /FD /c
  163. # ADD BASE MTL /nologo /D "NDEBUG" /win32
  164. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  165. # ADD BASE RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  166. # ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  167. BSC32=bscmake.exe
  168. # ADD BASE BSC32 /nologo
  169. # ADD BSC32 /nologo
  170. LINK32=link.exe
  171. # ADD BASE LINK32 /nologo /subsystem:windows /dll /machine:I386
  172. # ADD LINK32 /nologo /subsystem:windows /dll /machine:I386
  173. # SUBTRACT LINK32 /debug
  174. # Begin Custom Build - Registering OLE control...
  175. OutDir=.\.\ReleaseU
  176. TargetPath=.\ReleaseU\image.ocx
  177. InputPath=.\ReleaseU\image.ocx
  178. SOURCE=$(InputPath)
  179.  
  180. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  181.     regsvr32 /s /c "$(TargetPath)" 
  182.     echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg" 
  183.     
  184. # End Custom Build
  185.  
  186. !ENDIF 
  187.  
  188. # Begin Target
  189.  
  190. # Name "image - Win32 Release"
  191. # Name "image - Win32 Debug"
  192. # Name "image - Win32 Unicode Debug"
  193. # Name "image - Win32 Unicode Release"
  194. # Begin Group "Source Files"
  195.  
  196. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
  197. # Begin Source File
  198.  
  199. SOURCE=.\bmpprop.cpp
  200. # End Source File
  201. # Begin Source File
  202.  
  203. SOURCE=.\image.cpp
  204. # End Source File
  205. # Begin Source File
  206.  
  207. SOURCE=.\image.def
  208. # End Source File
  209. # Begin Source File
  210.  
  211. SOURCE=.\image.odl
  212. # End Source File
  213. # Begin Source File
  214.  
  215. SOURCE=.\image.rc
  216. # End Source File
  217. # Begin Source File
  218.  
  219. SOURCE=.\ImageCtl.cpp
  220. # End Source File
  221. # Begin Source File
  222.  
  223. SOURCE=.\ImagePpg.cpp
  224. # End Source File
  225. # Begin Source File
  226.  
  227. SOURCE=.\ReadMe.txt
  228. # End Source File
  229. # Begin Source File
  230.  
  231. SOURCE=.\StdAfx.cpp
  232. # ADD CPP /Yc"stdafx.h"
  233. # End Source File
  234. # End Group
  235. # Begin Group "Header Files"
  236.  
  237. # PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd"
  238. # Begin Source File
  239.  
  240. SOURCE=.\image.h
  241. # End Source File
  242. # Begin Source File
  243.  
  244. SOURCE=.\ImageCtl.h
  245. # End Source File
  246. # Begin Source File
  247.  
  248. SOURCE=.\ImagePpg.h
  249. # End Source File
  250. # Begin Source File
  251.  
  252. SOURCE=.\StdAfx.h
  253. # End Source File
  254. # End Group
  255. # Begin Group "Resource Files"
  256.  
  257. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
  258. # Begin Source File
  259.  
  260. SOURCE=.\image.ico
  261. # End Source File
  262. # Begin Source File
  263.  
  264. SOURCE=.\ImageCtl.bmp
  265. # End Source File
  266. # End Group
  267. # End Target
  268. # End Project
  269.